From: Glenn Morris Date: Wed, 22 Aug 2007 04:58:26 +0000 (+0000) Subject: Move tree-widget/ from etc/ to etc/images/ X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17226 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=28e8260c148cdb2813760c903a7455a965bcdf74;p=emacs.git Move tree-widget/ from etc/ to etc/images/ --- diff --git a/etc/images/tree-widget/default/empty.xpm b/etc/images/tree-widget/default/empty.xpm new file mode 100644 index 00000000000..8af9f2f23e1 --- /dev/null +++ b/etc/images/tree-widget/default/empty.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * empty_xpm[] = { +"16 21 9 1", +" c None", +". c #848400", +"+ c #949429", +"@ c #9C9C31", +"# c #9C9C39", +"$ c #A5A542", +"% c #A5A54A", +"& c #ADAD52", +"* c #ADAD5A", +" ", +" ", +" ", +" ", +" ", +" ... ", +" ..+.. ", +" ..+@#.. ", +" ..+@##$.. ", +"..+@##$%%.. ", +".+@##$%%&*. ", +"..##$%%&*.. ", +" ..$%%&*.. ", +" ..%&*.. ", +" ..*.. ", +" ... ", +" ", +" ", +" ", +" ", +" "};